home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / utildsk / diskcat1.sit / diskcat doc next >
Text File  |  1985-09-17  |  3KB  |  55 lines

  1.  
  2. DiskCat
  3. -------
  4.  
  5. Author: Craig Vaughan, Software Sorcery Inc.
  6.  
  7. DiskCat is a program that creates a formatted text file containing information
  8. about the files on the diskettes in your Macintosh library. The file is format-
  9. ted in such a way as to be used as input to a program such as Microsoft File or
  10. a program written in Microsoft BASIC.
  11.  
  12. The program either requires the use of two disk drives with either 128k or 512k
  13. of memory. If you have a one drive system, you can still run the program if you
  14. have 512k and a RAM disk program.
  15.  
  16. Place the program, with a set of system files (Finder, System, Clipboard, etc.)
  17. into your second drive (or load them into your RAM disk). Double click on the
  18. program's icon to start it up. You will be prompted for the name to call your
  19. output file (the default is Disk Library) with the standard save dialog. Next,
  20. you will be asked to specify a location field for the batch of diskettes you
  21. are processing. The location field is a tag to help you locate where the disk-
  22. ette containing a particular file is normally kept. I use the Micro 10 Flip &
  23. File boxes to store my diskettes and give each box a name such as utilities,
  24. communications, etc. I enter that name as I process each box. You can change
  25. the location field during the course of the program by selecting the Location
  26. menu or by pressing the command key and L at the same time.
  27.  
  28. After you have entered the location field, the program will eject any disk cur-
  29. rently in drive 1. At this point, you can simply insert the first diskette you
  30. want to process and the program will read the directory of that diskette and
  31. write the file information out to your output file and also display it on the
  32. screen. After it processes all the files on a given diskette, it will then
  33. eject it and wait for you to insert another one.
  34.  
  35. While the program is waiting for a diskette to be inserted, you can pull down
  36. any of the menus or enter a command key sequence. Desk accessories are support-
  37. ed by the program. To exit the program, simply pull down the File menu and se-
  38. lect Quit or press the command and Q keys together.
  39.  
  40. The information output by the program consists of 5 fields of information:
  41. 1) VolName - The name of the diskette.
  42. 2) FileName - The name of the file.
  43. 3) Type - The Finder file type.
  44. 4) Creator - The Finder Creator type.
  45. 5) Location - The user provided location field.
  46.  
  47. The fields are surrounded by quotes (") and are separated either by the tab
  48. character (ASCII 9) or by commas (,). The program defaults to delimiting by
  49. tabs which is what MS File expects fields in text files to be separated by. You
  50. can use the Delimiter menu to change to commas (or back to tabs) anytime the 
  51. program is waiting for a disk to be inserted.
  52.  
  53. DiskCat was developed using the Apple MDS 68000 development system. The source
  54. code for the program is available on our ABBS at (703) 471-0610.